Alchemy Table
info
The Alchemy can only be used by Hunter Player
Recipes can be made for the Alchemy Table.
Recipe
You can take a look at the default recipes here.
<recipe-name>.json
{
"type": "vampirism:alchemical_table",
"group": "",
"result": {
"item": "",
"count": int,
"nbt:": {},
},
"input": {},
"ingredient": {},
"skill": [],
}
type
: The type of recipe isvampirism:alchemical_table
for Alchemy Table recipes.result
: The result item of the recipe.ingredient
: The base ingredient of the recipe.input
: The input ingredient of the recipe.skill
: The skills the recipe requires. String array of skill registry ids. Optionalgroup
: The recipe group. Optional